home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Graphics & Multimedia / MulleSight 1.0.9.dmg / MulleSight.applescript < prev    next >
Encoding:
Text File  |  2004-12-03  |  228 b   |  11 lines

  1. tell application "Finder"
  2.     set x to name of every process
  3. end tell
  4.  
  5. if ("iChat" is in x) then
  6.     if ("MulleSight" is in x) then
  7.         tell application "iChat"
  8.             set image to image of application "MulleSight"
  9.         end tell
  10.     end if
  11. end if